How to Install ccache software package in Ubuntu 14.04 LTS (Trusty Tahr)

How to Install ccache software package in Ubuntu 14.04 LTS (Trusty Tahr)

ccache software package provides Compiler cache for fast recompilation of C/C++ code, you can install in your Ubuntu 14.04 LTS (Trusty Tahr) by running the commands given below on the terminal,

$ sudo apt-get update
$ sudo apt-get install ccache 

ccache is installed in your system.

Make ensure the ccache package were installed using the commands given below,

$ sudo dpkg-query -l | grep ccache *

You will get with ccache package name, version, architecture and description in a table

ccache package basic information:

Distro Ubuntu 14 04 lts trusty tahr
Section Development
Package ccache
Version 3.1.9-1
Description Compiler cache for fast recompilation of C/C++ code
Sub Section devel


See Also, How to uninstall or remove ccache software package from Ubuntu 14.04 LTS (Trusty Tahr)?